Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string

API key for authorization

Authorization
string

Bearer token for authorization

Query Parameters

workflowIds
string

Comma-separated list of workflow IDs. If not provided, returns changes for all ACTIVE workflows

startDate
string<date-time>

Start date to filter changes (ISO format)

endDate
string<date-time>

End date to filter changes (ISO format)

skip
integer

Number of records to skip for pagination

limit
integer

Number of records to return for pagination

exclude
string

Comma-separated list of fields to exclude from each change object (e.g., "data,differences")

Example:

"data,differences"

Response

Workflow changes returned successfully

timestamp
string<date-time>

Timestamp of the response

changesCount
integer

Total number of changes found

changes
object[]
pagination
object