Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Get status of an asynchronous task

GET {{baseUrl}}/apis/{{apiId}}/tasks/{{taskId}}

Gets the status of an asynchronous task.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "meta": { "url": "https://api.getpostman.com/apis/5360b75f-447e-467c-9299-12fd6c92450d/collections/e726de58-f1b3-4edd-a8a7-2579dc799d39/sync", "action": "update", "model": "collection" }, "details": { "error": { "message": "The API contains invalid schema" } }, "id": "66ae9950-0869-4e65-96b0-1e0e47e771af", "createdAt": "2019-02-12 19:34:49", "updatedAt": "2023-02-12 19:34:49", "status": "failed" }



Curl
curl -X GET 'https://api.getpostman.com/apis/apiId/tasks/taskId' -H 'Accept: application/vnd.api.v10+json'

ENDPOINTS