Skip to main content
GET
/
api
/
automl
/
train
/
jobs
/
status
Bulk reconciled job statuses
curl --request GET \
  --url https://api.example.com/api/automl/train/jobs/status \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "updated_at": "2023-11-07T05:31:56Z",
      "error_message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

ids
string<uuid>[]

Response

Successful Response

items
AutoMLTrainingJobStatusItem · object[]
required