Changes to List tasks

GET /api/tasks/

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

Changed in 11 of the 79 revisions of this API.1714

  1. cd15387eb36511
  2. 815e0302a98811
  3. c3e15c78f2da4
  4. 6397cb5a99c51
  5. ad26f9fc366511
  6. 5eca0ee5157111
  7. 93d4227fb66d11
  8. 477eebb078d511
  9. 944dd780e16111
  10. 482f29942d7311
  11. cd28457eac511

What changed

  • cd15387eb36511See the full diff
    • added the new product_update_subscription enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value product_update_subscription to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

    • response property detail list-of-types was widened by adding types string to media type application/json of response 422

      response-property-list-of-types-widened

    • the response property detail became required for the status 422

      response-property-became-required

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • api operation id list_tasks_api_tasks__get removed and replaced with list_tasks

      api-operation-id-removed

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

  • ad26f9fc366511See the full diff
    • added the new asset_version_storage_cleanup enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value asset_version_storage_cleanup to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

  • 5eca0ee5157111See the full diff
    • added the new burst_detection enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value burst_detection to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

  • 93d4227fb66d11See the full diff
    • added the new display_proxy_generation enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value display_proxy_generation to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

    • added the new video_metadata_extract enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value video_metadata_extract to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

  • 944dd780e16111See the full diff
    • added the new thumbhash enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value thumbhash to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

  • 482f29942d7311See the full diff
    • added the new video_thumbnail_extract enum value to the items/task_type response property for the response status 200

      response-property-enum-value-added

    • added the enum value video_thumbnail_extract to the property anyOf[subschema #1: TaskType]/ of the query request parameter task_type

      request-parameter-property-enum-value-added

    • added the new optional query request parameter library_id

      new-optional-request-parameter