Skip to main content
GET
/
v2
/
jobs
/
{process_id}
/
download
Download batch job results
curl --request GET \
  --url https://api.revenuebase.ai/v2/jobs/{process_id}/download \
  --header 'x-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-key
string
header
required

Path Parameters

process_id
integer
required

Response

Successful Response