Actions
Query Objects
Query all objects by an object 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 |
|---|---|
| Object Type | The type of the object. |
| Query | The query. For more information about ThreatQuotient query language see ThreatQuotient documentation. |
| Parameter | Description |
|---|---|
| Limit | The maximum amount of results that are returned. |
| Offset | The offset of the results that are returned. |
| Sort | The field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id. |
{
"total": -1,
"data": [
{
"id": 68,
"value": "MacBook Pro",
"description": "Development machine",
"created_at": "2021-07-29 13:58:03",
"updated_at": "2022-04-12 08:32:16",
"touched_at": "2021-11-13 15:28:17"
}
],
"limit": 0,
"offset": 1
}
Was this page helpful?