v1

latestOpenAPI 3.1.0Proprietary2026-07-267018.1 KB
tasks

List All Tasks

get/tasks

Query parameters

skipnumber

Number of records to skip for pagination

takenumber

Maximum number of records to return per page

Response

Default Response

idstring

Unique identifier of the Task

createdAtstring date-time

Timestamp of when the Task was created

completedAtstring date-time nullable

Timestamp of when the Task was completed

clientIdstring

Unique identifier of the client

costnumber

Processing cost in credits

assetIdstring

Asset ID of an input media file. Mutually exclusive with url

urlstring nullable

URL of an input media file. Mutually exclusive with assetId

metadatastring

Client-provided metadata. Stored and returned as-is in responses and webhooks.