Skip to main content
GET
Get a find-moments run

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string<uuid>
required

Query Parameters

limit
integer

Top-k read: return only the k best moments by the active sort. total_moments is unaffected.

Required range: x >= 1
min_score
number

Only moments whose criterion score is at least this value.

sort
enum<string>
default:rank_score
Available options:
rank_score,
start_time

Response

The run; when completed, includes moments and findings.

job_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
processing,
completed,
failed
created_at
integer
required

Unix timestamp in milliseconds when the run was created

url
string
required
find_moments_config
object

Echo of the request plus criterion_hash and the resolved describe_job_id.

moments
object[]
findings
object[]
total_moments
integer

Full accepted count, independent of the limit read parameter.

error
string

Curated failure message, present on failed runs.