Composio · Schema

SessionResponse

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Properties

Name Type Description
sessionId string Unique identifier for the session.
status string Session status.
View JSON Schema on GitHub

JSON Schema

composio-sessionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SessionResponse",
  "title": "SessionResponse",
  "type": "object",
  "properties": {
    "sessionId": {
      "type": "string",
      "description": "Unique identifier for the session."
    },
    "status": {
      "type": "string",
      "description": "Session status."
    }
  }
}