Processes

Retrieve information about your automation processes. You can retrieve details about a specific process or all processes within an agent.

List Processes

get
/processes

Get a list of processes for a specified agent_id.

Authorizations
x-api-keystringRequired
Query parameters
agent_idstringRequired

The unique identifier of the agent. Find your agent ID by opening the Agent drop-down menu at the top of the platform, selecting View All, and locating the ID in the table.

Example: 9k2tdm8z6pwry9n4hc3vfqe27
limitany ofOptional

Maximum number of items to return.

integer · max: 100Optional
or
nullOptional
continuation_tokenany ofOptional

Pagination token used to retrieve the next page of results. It is returned in a prior response from a call made to this endpoint.

stringOptional
or
nullOptional
Responses
200

A List of processes

application/json
get
/processes

Get Process

get
/processes/{process_id}

Get information about a specific process.

Authorizations
x-api-keystringRequired
Path parameters
process_idstringRequired

The unique identifier of the process. This can be obtained by calling the List Processes endpoint.

Query parameters
agent_idstringRequired

The unique identifier of the agent. Find your agent ID by opening the Agent drop-down menu at the top of the platform, selecting View All, and locating the ID in the table.

Example: 9k2tdm8z6pwry9n4hc3vfqe27
Responses
200

The process specified

application/json
get
/processes/{process_id}

Last updated

Was this helpful?