v1

latestOpenAPI 3.0.3Proprietaryraw.githubusercontent.com2026-03-067260437.0 KB
Receipts

List receipts

Retrieve a paginated list of receipts.

gigstack Connect: View other teams' receipts using the team parameter.

get/receipts

Query parameters

teamstring

gigstack Connect: Target team ID for multi-team access.

Requires gigstack Connect enabled on your team and shared billing account.

Example: ?team=team_xyz789

limitinteger

Maximum number of items to return (default 50, max 100)

nextstring nullable

Pagination cursor for the next page of results

order_by'name' | 'timestamp'

Field name to order results by

sort'asc' | 'desc'

Sort direction for list queries

Sort direction for the results

integer
OR
string date

Filter results created on or after this timestamp. Accepts Unix timestamp in seconds (e.g., 1733011200), milliseconds (e.g., 1733011200000), or ISO 8601 date string (e.g., 2024-12-01).

integer
OR
string date

Filter results created on or before this timestamp. Accepts Unix timestamp in seconds (e.g., 1735689599), milliseconds (e.g., 1735689599000), or ISO 8601 date string (e.g., 2024-12-31).

Response

Receipts retrieved successfully

messagestring required
dataobject[] required
nextstring nullable

Cursor for next page

has_moreboolean required
total_resultsnumber required

Example response

{
  "message": "Items retrieved successfully",
  "next": "eyJjcmVhdGVkX2F0IjoxNjc3NjUxMjM0fQ==",
  "has_more": true,
  "total_results": 150
}