agent-runs
List a conversation's app artifacts
Returns the durable list of served web-app artifacts built by completed app-builder runs in the given Caddie conversation. The organization is taken from the authenticated request; the conversation is scoped to it. Each item carries the run id and the absolute, browser-openable served URL.
get/v1/agent-runs/artifacts
Query parameters
conversationIdstring required
Conversation ID
limitinteger
Max items to return (default 20, max 100)
offsetinteger
Items to skip (default 0)
Response
OK
Example response
{
"code": 200,
"message": "success",
"requestId": "abc-123"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.