List Agent Files
Get the files attached to an agent with their open/closed status (paginated).
Path parameters
agent_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
cursor
Pagination cursor from previous response
limit
Number of items to return (1-100)
is_open
Filter by open status (true for open files, false for closed files)
Response
Successful Response
files
List of file attachments for the agent
has_more
Whether more results exist after this page
next_cursor
Cursor for fetching the next page (file-agent relationship ID)