Skip to content
TALA
Esc
navigateopen⌘Jpreview

List assets in the current scope

GET/api/assets
Authorization
AuthorizationBearer token (JWT) · headerrequired
Query parameters
scopestringrequired
qstringrequired
projectIdstringrequired
collectionIdstringrequired
Header parameters
x-organization-idstring
Target organization id. Defaults to the caller's personal organization when omitted.
Responses
200
403You do not belong to an active organization
Try it
Server
Authorization
Parameters
Request
curl -X GET "http://localhost:8000/api/assets?scope=string&q=string&projectId=string&collectionId=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
No example response.