List recordings
Get paginated list of recordings with optional filtering. Note: All dates are interpreted as UTC.
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
Default
1limit?integer
Items per page
Default
20Range
value <= 100Response 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
}