v1
protected
agent-tasks

List Task Artifacts

List files the agent explicitly published as durable artifacts.

Workspace-scoped: the task must belong to the caller's workspace, or we return 404. Each item carries an AgentArea API download URL, so access stays behind our auth, audit, and workspace checks instead of exposing object-storage URLs directly.

get/v1/agents/{agent_id}/tasks/{task_id}/artifacts

Path parameters

agent_idstring uuid required
task_idstring uuid required

Query parameters

expires_ininteger

Response

Successful Response

content_typestring nullable required
created_atstring date-time nullable required
download_urlstring required
idstring required
namestring required
pathstring required
sha256string nullable required
sizeinteger required

Changes