Skip to main content
GET
List music generations

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

account_id
string<uuid>

Optional. Read another account you can access. Defaults to the calling account.

status
enum<string>

Optional. Return only generations in this state.

Available options:
pending,
processing,
completed,
failed
limit
integer
default:20

Optional. Maximum generations to return, newest first.

Required range: 1 <= x <= 50
offset
integer
default:0

Optional. Number of generations to skip, for paging.

Required range: x >= 0

Response

Generations in the requested context, newest first.

status
enum<string>

Status of the request

Available options:
success
generations
object[]

Generations, newest first. Empty when the context has none.