Skip to content

Download batch archive of multiple runs

POST
/api/v1/requests/archive
curl --request POST \
--url https://example.com/api/v1/requests/archive \
--header 'Content-Type: application/json' \
--data '{ "ids": [ "example" ] }'
Media type application/json
object
ids
required
Array<string>
>= 1 items <= 100 items
Example generated
{
"ids": [
"example"
]
}

Gzipped batch archive containing individual run archives

Invalid input

One or more runs not found