v1

latestOpenAPI 3.0.42026-07-2419101123.9 KB
Sessions

Get Attachment

Fetch an Attachment's contents.

post/api/v1/sessions/{sessionId}/attachments/{attachmentId}/get

Path parameters

sessionIdstring uuid required

The ID of the Session to fetch the Attachment from

attachmentIdstring uuid required

The ID of the Attachment to fetch

Request body

resultsAccessKeystring required

The Results Access Key for the Session associated with the Attachment being retrieved.

This is returned during Session creation.

Response

OK

contentstring byte required

The raw file contents of the Attachment

contentTypestring required

The MIME type of the Attachment data