Skip to main content
GET
/
info
/
jobs
Get All Jobs
curl --request GET \
  --url https://98i2es6mi4.execute-api.us-west-2.amazonaws.com/prod/info/jobs \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Successful Response