Get Agent Session Steps
GET/api/v1/agent_session/steps/:agent_session_id
Retrieve the steps of an agent session.
Args
response (Response): The response object. agent_session_id (str): The ID of the agent session to retrieve steps for. org_member: The organizational member making the request. db (AsyncSession): The database session.
Returns
list[AgentSessionStep]: A list of agent session steps with HTTP status of status.HTTP_200_OK.
Important observations
- The workspace membership is validated based on the session's workspace.
Request
Responses
- 200
- 422
Successful Response
Validation Error