Skip to main content
POST
Get Trigger Execution History

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

X-Namespace
string
header
required

Namespace id (ns_...), not the namespace name. This scopes the request rather than authenticating it, and it is required on every operation marked x-mixpeek-namespace-scoped.

Path Parameters

trigger_id
string
required

Trigger ID

Body

application/json

Request for trigger execution history.

offset
integer
default:0

Pagination offset

Required range: x >= 0
limit
integer
default:50

Results per page

Required range: 1 <= x <= 1000
status_filter
string | null

Filter by execution status

Response

Successful Response

Response for trigger execution history.

trigger_id
string
required

Trigger ID

executions
TriggerExecutionHistoryItem · object[]
required

Execution history

total
integer
required

Total executions

offset
integer
required

Current offset

limit
integer
required

Current limit