Session
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
Retrieve session recordings
Path Parameters
- project_idstring
Request
GET
/api /projects /:project_id /session_recordings
export POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \https://app.posthog.com/api/projects/:project_id/session_recordings/
Response
No responseRetrieve session recordings retrieve
Path Parameters
- idstring
- project_idstring
Request
GET
/api /projects /:project_id /session_recordings /:id
export POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \https://app.posthog.com/api/projects/:project_id/session_recordings/:id/
Response
No responseRetrieve session recordings snapshots
Path Parameters
- idstring
- project_idstring
Request
GET
/api /projects /:project_id /session_recordings /:id /snapshots
export POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \https://app.posthog.com/api/projects/:project_id/session_recordings/:id/snapshots/
Response
No responseRetrieve session recordings properties
Path Parameters
- project_idstring
Request
GET
/api /projects /:project_id /session_recordings /properties
export POSTHOG_PERSONAL_API_KEY=[your personal api key]curl \-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \https://app.posthog.com/api/projects/:project_id/session_recordings/properties/