Get Session Files
GET/api/v1/workspaces/:workspace_name/upload_sessions/:session_id/files
Displays the file details of a session. Use this endpoint to check the status of the files in a session or the session expiration date.
Request
Responses
- 200
- 404
- 422
Returns a list of files registered to the session.
There's no session with the ID '{session_id}' in the workspace. Check if the ID is correct.
Validation Error
Was this page helpful?