v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Processes

Get all processes

Get all processes for your organization.

get/api/v2/processes

Query parameters

searchstring

String to search processes by.

tagsstring

Comma-separated list of tags to filter processes by.

frominteger

Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window will be 15 minutes before the to timestamp. If neither from nor to are provided, the query window will be [now - 15m, now].

tointeger

Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window will be 15 minutes after the from timestamp. If neither from nor to are provided, the query window will be [now - 15m, now].

page[limit]integer

Maximum number of results returned.

page[cursor]string

String to query the next page of results. This key is provided with each valid response from the API in meta.page.after.

Response

OK

Example response

{
  "data": [
    {
      "type": "process"
    }
  ],
  "meta": {
    "page": {
      "after": "911abf1204838d9cdfcb9a96d0b6a1bd03e1b514074f1ce1737c4cbd"
    }
  }
}