- Get SLA policies: paginated collection, filtered by name or target type
- Get SLA policy by ID
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
serviceLevelAgreement:read
Get SLA policies
Policies are sorted by name. Narrow the list withfilters: searchQuery matches part of the name, and serviceLevelAgreementTypes keeps only policies that hold a target of at least one of the given types. This endpoint supports Pagination.
Query
Variables
Get SLA policy by ID
Returnsnull when no policy has the ID.
Query
Variables

