Skip to main content
GET
/
v1
/
all-day-sessions
List all-day sessions for the partner
curl --request GET \
  --url http://localhost:3000/v1/all-day-sessions \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.goparlay.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

org_id
string
rep_id
string
status
enum<string>
Available options:
queued,
transcribing,
detecting,
analyzing,
completed,
failed
limit
integer
Required range: 1 <= x <= 100
cursor
string

Response

200

Default Response