Sessions

List slash commands

List slash commands. Returns the requested resource or collection for the authenticated caller.

get/api/projects/{projectId}/sessions/{sessionId}/commands

Path parameters

projectIdstring required

Project identifier used to scope the request.

sessionIdstring required

Session identifier within the project.

Response

Commands

CommandsResponse required

commands Response payload returned by the API.

Changes