v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Async
Cards

Get tasks

View the details of card tasks. Ordered by createdDate, with the newest entries appearing first

get/card-tasks

Query parameters

idstring

The ID of the card task

aidstring

The account ID to retrieve card tasks for

statuses'RECEIVED' | 'RUNNING' | 'COMPLETE' | 'ERROR'

Statuses of card tasks to be retrieved

types'PHYSICAL_CARD_CREATE'

Types of card tasks to be retrieved

pageinteger

Page to fetch (0 indexed)

sizeinteger

Size of page to fetch

Response

Tasks returned successfully

sizeinteger required

Page size

totalSizeinteger required

Total count

pageinteger required

Current page number, 0 based; i.e first-page = 0, second-page = 1

totalPagesinteger required

Total pages

Example response

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