Changes to Get Job Status

GET /api/v1/ingestion/jobs/{ingest_job_id}/status

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 4 revisions of this API.343

  1. 23dbda5f105c112
  2. 3683abf6922b1
  3. 1223758be9ba23

What changed

  • 23dbda5f105c112See the full diff
    • ▲

      added to the response body oneOf list for the response status

      response-body-one-of-added

    • ●

      deleted the header request parameter Authorization

      request-parameter-removed

    • ○

      the endpoint scheme security HTTPBearer was added to the API

      api-security-added

    • ○

      removed from the response body oneOf list for the response status

      response-body-one-of-removed

    This revision also has 355 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      api operation id get-job-status-api-v-1-ingestion-jobs-ingest-job-id-status-get removed and replaced with ingestion_status_get_job_status_api_v1_ingestion_jobs__ingest_job_id__status_get

      api-operation-id-removed

  • 1223758be9ba23See the full diff
    • ▲

      for the path request parameter ingest_job_id, the minLength was increased from 0 to 24

      request-parameter-min-length-increased

    • ▲

      added the pattern ^[0-9a-f]{24}$ to the path request parameter ingest_job_id

      request-parameter-pattern-added

    • ●

      for the query request parameter limit, the exclusiveMinimum was set to 0.00

      request-parameter-exclusive-min-set

    • ●

      for the path request parameter ingest_job_id, the maxLength was set to 24

      request-parameter-max-length-set

    • ●

      for the query request parameter offset, the min was set to 0.00

      request-parameter-min-set