assets
GET/v1/observability/assets
Retrieve all assets linked to the current application.
Request
Responses
- 200
- 401
200
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- 200
Schema
Array [
]
active boolean
application_id string
composition
object
deleted boolean
element_id string
id string
last_edited string
name string
owner nullable
priority string
readme nullable
tool_id string
tool_name string
tool_type string
[
{
"active": false,
"application_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"composition": {},
"deleted": false,
"element_id": "4",
"id": "8714930b-9a2b-4af9-a135-367a897f8654",
"last_edited": "1970-01-20T16:04:27.000Z",
"name": "test api",
"owner": null,
"priority": "low",
"readme": null,
"tool_id": "a5cabcc0-7c78-11ee-8ba9-ded718713e39",
"tool_name": "Airtable v2",
"tool_type": "airtable"
}
]
[
{
"active": false,
"application_id": "452a3494-7a2b-11ee-b864-ded718713e39",
"composition": {},
"deleted": false,
"element_id": "4",
"id": "8714930b-9a2b-4af9-a135-367a897f8654",
"last_edited": "1970-01-20T16:04:27.000Z",
"name": "test api",
"owner": null,
"priority": "low",
"readme": null,
"tool_id": "a5cabcc0-7c78-11ee-8ba9-ded718713e39",
"tool_name": "Airtable v2",
"tool_type": "airtable"
}
]
401
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
- application/json
- Schema
- Example (from schema)
- 401
Schema
message string
status number
{
"message": "Unauthorized",
"status": 401
}
{
"message": "Unauthorized",
"status": 401
}
Loading...