Session

For instructions on how to authenticate to use this endpoint, see API overview.

Retrieve session recordings

Path Parameters

  • project_id
    string

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 response

Retrieve session recordings retrieve

Path Parameters

  • id
    string
  • project_id
    string

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 response

Retrieve session recordings snapshots

Path Parameters

  • id
    string
  • project_id
    string

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 response

Retrieve session recordings properties

Path Parameters

  • project_id
    string

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/

Response

No response

Questions?

Was this page useful?