Skip to main content
GET
/
task-runs
/
{run_id}
/
storage
List task run storage items
curl --request GET \
  --url https://api.deck.co/v2/task-runs/{run_id}/storage \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "object": "<string>",
      "file_name": "<string>",
      "file_type": "<string>",
      "file_size": 123,
      "metadata": null,
      "fetch_date": "2023-11-07T05:31:56Z",
      "extraction": "<unknown>"
    }
  ],
  "has_more": true,
  "next_cursor": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Clerk JWT, client credential JWT, or secret key (sk_live_...)

Path Parameters

run_id
string
required

Response

OK

data
object[]
has_more
boolean
next_cursor
null | string
request_id
null | string