Patronus AI APIError taxonomy
List Error Taxonomy Revisions
List error taxonomy revisions with optional filtering.
Returns error taxonomy revisions matching the criteria.
If project_name is provided, it resolves to project_id.
If no filters are provided, returns all error taxonomy revisions for the account.
GET
/
v1
/error-taxonomy-revision
Authorization
X-API-KEY
<token>
In: header
Query Parameters
project_id
Project Id
Filter by project ID
error_taxonomy_id
Error Taxonomy Id
Filter by error taxonomy definition ID
error_taxonomy_name
Error Taxonomy Name
Filter by error taxonomy definition name
error_taxonomy_name_startswith
Error Taxonomy Name Startswith
Filter by error taxonomy definition name prefix
taxonomy_type
Taxonomy Type
Filter by taxonomy type
revision_id
Revision Id
Filter by specific revision ID
revision
Revision
Filter by revision number
latest_revision_only
Latest Revision Only
Only return the latest revision for each error taxonomy
Default:
false
label
Label
Filter by revisions that have this label
limit
Limit
Maximum number of records to return
Default:
1000
offset
Offset
Number of records to skip
Default:
0
Successful Response