Skip to main content
GET
/
v1
/
jobs
List all organization's jobs
curl --request GET \
  --url https://demands-api.tavrn.ai/v1/jobs \
  --header 'Authorization: Bearer <token>'
{
  "packageIds": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of package IDs

packageIds
string[]