GET api/n8n/executions?cursor={cursor}&limit={limit}&status={status}&includeData={includeData}&workflowId={workflowId}&projectId={projectId}&after={after}

GET api/n8n/executions - List executions with optional filters.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cursor

string

None.

limit

integer

None.

status

string

None.

includeData

boolean

None.

workflowId

string

None.

projectId

string

None.

after

string

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.