Actions
List Objects
List all objects by their type.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | The maximum amount of results that are returned. |
| Object Type | The type of the object to list. |
| Offset | The offset of the results that are returned. |
| Parameter | Description |
|---|---|
| Include | A comma-separated list of related object names to include in the response. |
| Sort | The field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id. |
{
"total": 952,
"data": [
{
"id": 187,
"name": "<string>",
"created_at": "2025-04-01 10:50:55",
"updated_at": "2025-04-07 07:40:01",
"description": null,
"touched_at": "2025-04-07 07:36:23"
},
{
"id": 142,
"name": "<string>",
"created_at": "2025-04-01 10:50:55",
"updated_at": "2025-04-07 07:40:01",
"description": null,
"touched_at": "2025-04-07 07:36:23"
}
]
}
Was this page helpful?