Skip to content

The results of a run, newest first

GET
/v1/runs/{id}/results
curl --request GET \
--url https://beta-api.plune.ai/v1/runs/example/results \
--header 'Authorization: Bearer <token>'
id
required
string

Results of the run

Media type application/json
object
results
required
Array<object>
object
key
additional properties
any
Example generated
{
"results": [
{}
]
}

No / invalid token or session

Not found or not yours

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}