Pocket

Get recording details

Get a single recording with full details

GET
/api/v1/public/recordings/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Enter your API key (pk_xxx). The Bearer prefix will be added automatically.

In: header

Path Parameters

id*string

Recording ID

Query Parameters

include_transcript?boolean

Include transcript

Defaulttrue
include_summarizations?boolean

Include summarizations

Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://public.heypocketai.com/api/v1/public/recordings/string"
{
  "data": null,
  "error": "string",
  "pagination": {
    "has_more": true,
    "limit": 0,
    "page": 0,
    "total": 0,
    "total_pages": 0
  },
  "success": true
}
{
  "data": null,
  "error": "string",
  "pagination": {
    "has_more": true,
    "limit": 0,
    "page": 0,
    "total": 0,
    "total_pages": 0
  },
  "success": true
}