Retrieve a paginated list of audit events. Supports filtering by event type, action, result, resource, and date range. Results use cursor-based pagination.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Filter by event type (e.g., WORKFLOW_CREATED, EXECUTION_STARTED).
Filter by action (e.g., CREATE, UPDATE, DELETE, ACTIVATE, DEACTIVATE, DRAFT, EXECUTE).
Filter by result.
SUCCESS, FAILED Filter by resource type.
workflow, execution, provider_config Filter by resource ID.
Start of the date range filter (RFC 3339 format).
End of the date range filter (RFC 3339 format).
Maximum number of items per page. Defaults to 20. Must be between 1 and 100.
1 <= x <= 100Cursor for pagination. Use the value from the nextCursor field in a previous response to retrieve the next page.
Sort direction. Use ASC for ascending or DESC for descending.
ASC, DESC Indicates that the request was successful and the response contains the requested data.