Schemas
Panther GraphQL API schema operations
Last updated
Was this helpful?
Panther GraphQL API schema operations
Last updated
Was this helpful?
The Panther API supports the following schema operations:
Creating or updating a custom schema
Listing schemas
You can invoke Panther's API by using your Console's API Playground, or the GraphQL-over-HTTP API. Learn more about these methods on .
See to learn more about custom schemas in Panther.
Before starting to make API calls, ensure your API token has the necessary permissions attached:
View Log Sources: Required for all schema operations.
Manage Log Sources: Required for the schema management operations that are mutations (i.e., CreateOrUpdateSchema
).
Read User Info: Required if you would like to retrieve integration fields related to an actor, such as createdBy
.
This query lists all schemas, including custom and Panther-managed schemas.