Skip to main content
GET
Export Catalog Items

Authorizations

Authorization
string
header
required

Bearer API key for server-to-server access. Session auth is also supported in first-party UI flows.

Query Parameters

organizationId
string

Optional organization scope for session-authenticated calls. OAuth client credentials resolve the organization from the token.

Maximum string length: 120
updatedSince
string<date-time>

Inclusive item update lower bound for incremental exports.

cursor
string
limit
integer
default:100
Required range: 1 <= x <= 500
format
enum<string>
default:json

Use csv for the documented Spresso catalog columns; omit for JSON.

Available options:
json,
csv

Response

Catalog page as JSON, or CSV with X-Has-More and X-Next-Cursor headers.