Get status schemas

Retrieve the list of status schemas configured for tasks or requests within a specific workspace, including
both system-provided default schemas and custom schemas created by workspace administrators.
Use this endpoint when initializing task/request management interfaces, populating workflow configuration dropdowns, or discovering available status progression options for a space.

For example, call this to get the default task status schema for space w5PmrE9p0kicqqRSVJ3VBQ to initialize task workflows, or query all request schemas to display workflow selection options when creating a new request form. Filter by the type parameter to retrieve only task schemas or only request schemas, and use isDefault=true to fetch the default schema quickly without iterating through results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length between 7 and 22

The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".

Query Params
boolean

When true, returns only the default status schema for the specified type.

string
enum

Query by entity type

Allowed:
ids
array of strings

List of status schema IDs to query.

ids
creatorIds
array of strings

List of user IDs to query by creator

creatorIds
string

Cursor used for pagination

int32

Number to limit returned records

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json