Skip to main content
GET
Publisher run list (calls to my apps)

Authorizations

Authorization
string
header
required

DataHub API Key

Query Parameters

data_app
string[] | null

restrict to these apps (<username>/<app_name>, repeatable); default = all my apps

status
string | null

run state, comma-separated multi-value OR (e.g. FAILED or PENDING,QUEUED); values outside the vocabulary are 400

triggered_by
string | null

restrict to one calling channel (api / sdk / mcp / web …, same value as the runs list filter)

version
string | null

restrict to runs pinned to this Release version

error_code
string | null

restrict to runs whose error code equals this (the error_code key of GET /publisher/usage group_by=error)

run_kind
string
default:production

production (default) live traffic only, test my debug runs only, all both; platform health probes never appear; other values are 400 invalid-run-kind

created_from
string | null
created_to
string | null
offset
integer
default:0
Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

data
PublisherRunList · object
required

Page of calls to my apps, most recent first.