API reference
GET /api/v2/records
List records within a collection.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Maximum number of items to return. |
cursor | string | no | Opaque pagination cursor from a previous response. |
Response
Content-Type application/json. Cache-Control public, max-age=60.
{
"object": "list",
"data": [
{
"id": "rec_8tfhb2alzvk4nz",
"created_at": "2025-02-22T04:32:52Z",
"collection": "entries",
"revision": 2,
"updated_at": "2025-01-29T00:18:27Z"
},
{
"id": "rec_sqx53rc0tpauqy",
"created_at": "2024-05-05T00:02:25Z",
"collection": "entries",
"revision": 9,
"updated_at": "2024-12-29T04:36:57Z"
}
],
"pagination": {
"limit": 20,
"count": 2,
"has_more": true
}
}Example
curl -s https://karl.skunkeu.win/api/v2/records