List conditions

List automation conditions with pagination and filtering.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Query parameters

pageintegerOptionalDefaults to 1
Page number.
page_sizeintegerOptionalDefaults to 20
Results per page.
searchstringOptional
Search conditions by name or slug.
condition_typestringOptional
Filter by condition type.

Response

Paginated list of conditions.
countinteger
Total conditions.
nextstring or null
Next page URL.
previousstring or null
Previous page URL.
resultslist of objects
filters_dataobject
Available filter options for building filter UIs.

Errors

401
Unauthorized Error