Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

id
string<uuid>

Filter by task ID (UUID). Returns a single task matching the provided ID.

account_id
string<uuid>

Filter tasks to only include those for the specified account.

artist_account_id
string<uuid>

Filter tasks to only include those for the specified artist account.

Response

Tasks retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success,
error
tasks
object[]
required

Array of task objects

error
string

Error message (only present if status is error)