Attachments
List Session Attachments
Lists the uploaded attachments for a session. Only committed attachments are returned.
GET
List Session Attachments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The session ID to list attachments for.
Required string length:
1 - 256Example:
"c59e5bd0-e5eb-4bf0-a08a-01f7e8f712c7"
Query Parameters
Maximum number of items to return (1-100). Use with cursor for pagination through large sets.
Example:
20
Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.
Example:
"eyJvZmZzZXQiOjAsInBhZ2VJZCI6ImNvZGUifQ"
List Session Attachments