Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

List all objects by their type.

Basic Parameters

ParameterDescription
LimitThe maximum amount of results that are returned.
Object TypeThe type of the object to list.
OffsetThe offset of the results that are returned.

Advanced Parameters

ParameterDescription
IncludeA comma-separated list of related object names to include in the response.
SortThe field to sort the response by. Adding a starting - sign will reverse the sort order. For example: -id.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

List Objects with Threatquotient and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop