Skip to main content
GET
/
stores
/
{storeId}
/
reports
List reports
curl --request GET \
  --url https://api.pandabase.io/v2/core/stores/{storeId}/reports/ \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "items": [
      {
        "id": "rpt_8h4t6sqzy3x9w5n2k1m0vqbf",
        "type": "PAYMENT_ACTIVITY",
        "status": "SUCCEEDED",
        "formats": [
          "CSV",
          "JSON"
        ],
        "periodStart": "2026-04-01T00:00:00.000Z",
        "periodEnd": "2026-05-01T00:00:00.000Z",
        "rowCount": 1247,
        "sizeBytes": 412980,
        "durationMs": 8412,
        "errorMessage": null,
        "requestedByAccountId": null,
        "requestedByTokenId": "stk_4tzcbfp2v8q1mzwxj5h0r1n",
        "startedAt": "2026-05-22T10:00:00.100Z",
        "completedAt": "2026-05-22T10:00:08.512Z",
        "createdAt": "2026-05-22T10:00:00.000Z",
        "updatedAt": "2026-05-22T10:00:08.512Z"
      }
    ],
    "pagination": {
      "page": 1,
      "limit": 25,
      "total": 1,
      "totalPages": 1
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pandabase.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass the secret directly in the Authorization header. Token secrets start with sk_.

Headers

idempotency-key
string
Required string length: 8 - 32

Path Parameters

storeId
string
required
Required string length: 12 - 48

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:25
Required range: 1 <= x <= 100
status
Available options:
PENDING
type
Available options:
PAYMENT_ACTIVITY

Response

200 - application/json

Default Response

ok
enum<boolean>
required
Available options:
true
data
any
required