POST
/
get-results
curl --request POST \
  --url https://api.praxos.ai/get-results \
  --header 'API-key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "job_ids": [
    "<string>"
  ]
}'
{
  "results": {}
}

Authorizations

API-key
string
header
required

API key for authentication

Body

application/json
job_ids
string[]
required

Array of job IDs to retrieve results for

Response

200
application/json
Successfully retrieved job results
results
object
required

Map of job IDs to their results