v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1462502349.5 KB

Lists assets in the specified agent space

get/asset/agent-space/{agentSpaceId}/assets

Path parameters

agentSpaceIdstring required

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

The unique identifier for the agent space to list assets from

Query parameters

assetTypestring

The type of asset (e.g. skill, artifact)

Filter results to only assets of this type

updatedAfterstring date-time

Filter results to only assets updated after this timestamp

updatedBeforestring date-time

Filter results to only assets updated before this timestamp

nextTokenstring

Pagination token for list operations (1-2048 characters)

Pagination token from a previous response to retrieve the next page of results

maxResultsinteger

The maximum number of results to return in a single response

Response

Success

nextTokenstring

Pagination token to retrieve the next page of results. Absent when there are no more results.