Retrieves the introspection schema for a GraphQL API.
get/v1/apis/{apiId}/schema#format
Path parameters
apiIdstring required
The API ID.
Query parameters
format'SDL' | 'JSON' required
The schema format: SDL or JSON.
includeDirectivesboolean
A flag that specifies whether the schema introspection should contain directives.
Response
Success