v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Async

Get a card task

Retrieve the card task. If the task is complete, the resource URL will be provided to allow client to fetch the completed resource.

get/card-tasks/{taskId}

Path parameters

taskIdstring required

The ID of the card task

Response

Details returned of the card task. If task is complete, response will include link to resource

taskBidstring required

ID of async task

resourceUrlstring

Url of available resource after task completion

resourceIdstring

ID of resource after task completion. Will only be returned for COMPLETE tasks.

typestring required

Type of async task

statusstring required

Status of the task

createdDatestring date-time required

The creation date of the task

errorReasonstring

The error reason. Only populated if status is ERROR

Example response

{
  "taskBid": "T110000003",
  "resourceUrl": "/cards/V110000022",
  "resourceId": "V110000022",
  "createdDate": "2020-03-23T11:01:54.826+0000"
}