Agent task files
Get agent task file
Retrieve metadata for a file produced by an agent task.
Authorization
bearerAuth AuthorizationBearer <token>
Provide your secret key as Authorization: Bearer sk_....
In: header
Path Parameters
agentTaskFileId*string
Response Body
application/json
curl -X GET "https://example.com/v1/agent-task-files/string"{ "id": "atf_cf4fe6caa10b4009a8b103d2d5d64042", "createdAt": "2023-10-01T12:00:00Z", "agentTaskId": "ata_cf4fe6caa10b4009a8b103d2d5d64042", "contentType": "TXT", "title": "Quarterly report"}