Pocket

List recordings

Get paginated list of recordings with optional filtering. Note: All dates are interpreted as UTC.

GET
/api/v1/public/recordings

Authorization

BearerAuth
AuthorizationBearer <token>

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

In: header

Query Parameters

start_date?string

Filter from date (YYYY-MM-DD, interpreted as UTC midnight)

end_date?string

Filter until date (YYYY-MM-DD, interpreted as UTC 23:59:59)

tag_ids?string

Comma-separated tag IDs

page?integer

Page number

Default1
limit?integer

Items per page

Default20
Rangevalue <= 100

Response Body

application/json

application/json

application/json

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