Skip to main content
There are two ways to fetch SLA policies:
For TypeScript, the GraphQL SDK gives you a fully typed client for these operations.
These operations require the following permissions:
  • serviceLevelAgreement:read

Get SLA policies

Policies are sorted by name. Narrow the list with filters: 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

Returns null when no policy has the ID.
Query
Variables