v1alpha1
List Files
The calling member's files for this kind, newest first — the "all files" view.
Both pending and active files are returned with their state, so a client rendering "all files" can show an in-flight upload rather than a gap. This does not mint signed GET URLs — clients resolve individual files via GET /files/{file_id}/content when rendering, same as any other ref.
get/api/v1alpha1/assistant/{assistant_kind}/files
Query parameters
created_beforestring date-time nullable
Exclusive cursor: only files created before this timestamp. Pass the last item's createdAt to fetch the next (older) page.
Exclusive cursor: only files created before this timestamp. Pass the last item's createdAt to fetch the next (older) page.
limitinteger
Headers
authorizationstring nullable
Response
Successful Response