Skip to main content
GET
List a session's shots

Authorizations

Authorization
string
header
required

API key issued by Hooper for your organization. Keys are environment-tagged: hk_prod_ keys work against production, hk_stg_ keys against staging.

Path Parameters

id
string
required
Example:

"sess_18234"

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 250
offset
integer
default:0
Required range: x >= 0

Response

OK

object
string
required
Allowed value: "list"
has_more
boolean
required
total_count
integer
required
data
object[]
required
url
string

Embedded lists only: the endpoint that pages the full set.

Example:

"/v1/sessions/sess_18234/highlights"