cURL
curl --request GET \ --url http://localhost:8080/api/v1/apps/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "credential_id": 123, "datasource_ids": [ 123 ], "description": "<string>", "llm_ids": [ 123 ], "name": "<string>", "user_id": 123 }, "id": "<string>", "type": "<string>" }
Get details of an app by its ID
App ID
OK
App response model
Show child attributes
Was this page helpful?