Get data blocks
GET/api/v1/:environment/sessions/:sessionId/datablocks
Retrieve all data blocks associated with a specific session. Data blocks contain the input data provided when creating the session and output data generated during flow execution.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Session datablocks successfully retrieved
Bad Request
Unauthorized - Invalid or missing Bearer token
Forbidden - Token does not have required permissions
Session not found
Internal server error