Logo
Fireblocks API Documentation

Return a list of tasks for given job

GET {{baseUrl}}/batch/:jobId/tasks

Return a list of tasks for given job

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "id": "<string>", "jobId": "<string>", "type": "<string>", "tenantId": "<string>", "created": "<number>", "updated": "<number>", "state": "<string>" }, { "id": "<string>", "jobId": "<string>", "type": "<string>", "tenantId": "<string>", "created": "<number>", "updated": "<number>", "state": "<string>" } ]



Curl
curl -X GET 'https://api.fireblocks.io/v1/batch/:jobId/tasks' -H 'Accept: application/json'

ENDPOINTS