List run artifacts
Lists files produced by a run, with short-lived download URLs.
Authorization
personalAccessToken Personal Access Token of a Dynamiq user — the only credential accepted by the management API (api.*). Prefix dyn_pat_ (legacy uak_ tokens still authenticate). Send as Authorization: Bearer <token>.
In: header
Path Parameters
App UUID.
Run UUID.
Query Parameters
Page number (1-based).
Number of items per page. Values below the minimum or above the maximum are clamped to the nearest bound.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/runs/497f6eca-6276-4993-bfeb-53cbbbba6f08/artifacts"{
"data": [
{
"id": "0c1d2e3f-4a5b-4c6d-8e7f-8091a2b3c4d5",
"type": "file",
"download_url": "https://storage.getdynamiq.ai/artifacts/0c1d2e3f...?sig=...",
"name": "triage-summary.pdf",
"size": 18231,
"mime_type": "application/pdf",
"saved_at": "2026-06-10T09:15:33Z"
}
],
"pagination": {
"page": 1,
"page_size": 25,
"page_count": 1,
"total_count": 1
}
}{
"error": {
"code": "unauthorized",
"message": "Unauthorized"
}
}{
"error": {
"code": "not_found",
"message": "Not Found"
}
}List session messages
Lists the input/output message exchanges of a session in chronological order.
Get the voice model catalog
Returns every speech-to-text, LLM, text-to-speech, and realtime (speech-to-speech) provider available to voice agents, with their models, voices, languages, per-model cost and latency metrics, and the provider parameters the builder renders. Also reports whether call recording is configured on this environment.