Fetch a session from the database. For points that have an attached file, the value of the point will be a hash with a “filename” key with the filename of the attached file. Each attachment can be downloaded with an individual call to the attachments endpoint. This is to save bandwidth and time in case attachments do not need to be downlaoded multiple times.

This api call will return a 404 Not Found if the session does not exist.

On a successful call, a standard JSON response with the session data in the result.

Params

Param name Description
project_id
optional

The project ID number

Validations:

  • Must be a Integer

id
optional

The UUID of the session to fetch

Validations:

  • Must be a String

deleted
optional

Search on deleted sessions

Validations:

  • Must be a Boolean