Skip to main content
GET
List program assets
Lists all assets currently linked to a program. Assets are organization-level resources, and the same asset can be linked to multiple programs. The response includes each asset’s configuration: inventory_mode, issuance_policy, and scale. Use this to see which assets a program can reference in its rules.
For usage patterns and examples, see the Programs guide.

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header.

Path Parameters

programId
string<uuid>
required

Program ID

Query Parameters

limit
integer
default:50

Maximum number of results (default 50, max 200)

Required range: x >= 1
cursor
string

Pagination cursor from previous response

Response

List of assets

data
object[]

Data contains the list of items

pagination
object

Pagination contains cursor information for fetching more results