Skip to main content
GET
Search Audit Events

Authorizations

X-API-Key
string
header
required

API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.

Query Parameters

eventType
string

Filter by event type (e.g., WORKFLOW_CREATED, EXECUTION_STARTED).

action
string

Filter by action (e.g., CREATE, UPDATE, DELETE, ACTIVATE, DEACTIVATE, DRAFT, EXECUTE).

result
enum<string>

Filter by result.

Available options:
SUCCESS,
FAILED
resourceType
enum<string>

Filter by resource type.

Available options:
workflow,
execution,
provider_config
resourceId
string<uuid>

Filter by resource ID.

dateFrom
string<date-time>

Start of the date range filter (RFC 3339 format).

dateTo
string<date-time>

End of the date range filter (RFC 3339 format).

limit
integer
default:20

Maximum number of items per page. Defaults to 20. Must be between 1 and 100.

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.

sortOrder
enum<string>
default:DESC

Sort direction. Use ASC for ascending or DESC for descending.

Available options:
ASC,
DESC

Response

Indicates that the request was successful and the response contains the requested data.

Paginated list of audit event entries.

items
object[]

Audit event entries in the current page.

nextCursor
string

Cursor for the next page. Empty if this is the last page.

Example:

"9d8e7f6a-5b4c-4321-9876-a1b2c3d4e5f6"

hasMore
boolean

Whether more pages are available.

Example:

true