Workflows

Get request automation definitions

GET https://{tenant}.atomicwork.com/api/v1/workspaces/{id}/request-automations/{type}

Authorization

X-Api-Keyheaderstringrequired

API key authentication.

Headers

X-Workspace-Idheaderstring

Path Parameters

idpathintegerrequired

Workspace ID (numeric). Find yours under Settings → Workspace.

typepathenum (string)required

Automation entity type (see allowed values in the enum schema).

Allowed valuesQUESTION_REQUESTSERVICE_REQUESTINCIDENT_REQUESTREQUESTCHANGENOTIFICATIONSCUSTOM_OBJECTASSETEXTERNAL_WEBHOOKUSER

Query Parameters

statusqueryenum (string)
Allowed valuesPUBLISHEDDRAFTARCHIVED
is_activequeryboolean
search_keyquerystring
trigger_typequeryenum (string)

Filter by trigger type (SCHEDULED_RECURRING or EVENT)

Allowed valuesEVENTSCHEDULED_RECURRINGWEBHOOK
sort_orderqueryenum (string)
Allowed valuesCREATED_AT_ASCCREATED_AT_DESCUPDATED_AT_ASCUPDATED_AT_DESCNAME_ASCNAME_DESCPUBLISHED_DESCUNPUBLISHED_DESC
entity_idqueryinteger

Deprecated alias of entity_type_id for typed entities (CUSTOM_OBJECT/ASSET). Retained for backward compatibility.

entity_type_idqueryinteger

Filters automations by entity type ID (for CUSTOM_OBJECT type — the object type ID). Null for REQUEST/CHANGE.

Response

200

Successful response