Skip to main content
GET
List find-moments runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Opaque cursor from a previous page's next_cursor.

status
enum<string>
Available options:
pending,
processing,
completed,
failed
created_before
string<date>
created_after
string<date>
url
string

Response

Runs, newest first.

runs
object[]
required
total
integer
required
next_cursor
string

Present when more runs exist; pass as the cursor parameter.