Skip to main content
GET /voyage lists your organization’s voyages, newest first. The response also includes current concurrent and monthly voyage quota usage.

Request

Query parameters

"queued" | "running" | "in_review" | "completed" | "failed" | "cancelled"
Return only voyages with this public status.
string
Opaque cursor from a previous response’s nextCursor field.
integer
default:"50"
Number of voyages to return. Accepted range: 1–100.

Example

Response

VoyageTask[]
required
Current page of voyages. Each item has the same shape returned by GET /voyage/{task_id}.
string | null
Opaque cursor for the next page, or null when there are no more results.
object | null
Your organization’s current voyage quota limits and usage.

Example response

Joined voyages count against neither quota. Concurrent usage decreases when a voyage completes, fails, or is cancelled. Monthly usage resets at the start of the next UTC calendar month.

Errors