Skip to main content

Get Workflow Runs

GET /api/v1/workflow/{workflow_id}/runs — request parameters and responses from the Menace Voice API schema.
2 min read
get/api/v1/workflow/{workflow_id}/runs
Request example
Response
get/api/v1/workflow/{workflow_id}/runs

See authentication for workspace API access. Public embed and artifact endpoints use their documented session or access tokens.

Path parameters

workflow_idintegerrequired#

Query parameters

pageinteger#
Page number (starts from 1)

Default: 1

Range: >= 1

limitinteger#
Number of items per page

Default: 50

Range: 1–100

filtersstring · null#
JSON-encoded filter criteria
sort_bystring · null#
Field to sort by (e.g., 'duration', 'created_at')
sort_orderstring · null#
Sort order ('asc' or 'desc')

Default: "desc"

Headers

authorizationstring · null#
X-API-Keystring · null#

Responses

application/json
Successful Response
runsobject[]required#
Show child attributes
idintegerrequired#
workflow_idintegerrequired#
namestringrequired#
modestringrequired#
created_atstringrequired#
is_completedbooleanrequired#
transcript_urlstring · nullrequired#
Show child attributes
recording_urlstring · nullrequired#
Show child attributes
user_recording_urlstring · null#
Show child attributes
bot_recording_urlstring · null#
Show child attributes
transcript_public_urlstring · null#
Show child attributes
recording_public_urlstring · null#
Show child attributes
user_recording_public_urlstring · null#
Show child attributes
bot_recording_public_urlstring · null#
Show child attributes
public_access_tokenstring · null#
Show child attributes
cost_infoobject · nullrequired#
Show child attributes
usage_infoobject · null#
Show child attributes
definition_idinteger · nullrequired#
Show child attributes
initial_contextobject · null#
Show child attributes
gathered_contextobject · null#
Show child attributes
call_typeenum<string>required#
Options:inboundoutbound
logsobject · null#
Show child attributes
annotationsobject · null#
Show child attributes
total_countintegerrequired#
pageintegerrequired#
limitintegerrequired#
total_pagesintegerrequired#
applied_filtersobject[] · null#
Show child attributes