Birdy: Get Operation Detail
Birdy via Parse · developer_tools
Returns full details for a specific API operation by its operation_id, including HTTP method, path, parameters with schemas, request body fields, and response schemas with field definitions. One round trip to the public OpenAPI spec. Extracts and returns structured API operation details and schemas from the publicly available BirdyChat Integrations API OpenAPI specification, covering bot/integration creation, channels, threads, messaging, events, webhooks, users, permissions, and attachments. Fulfilled by Parse from docs.birdy.chat.
- birdy
- developer-tools
- docs-birdy-chat
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/474d99f0-02c9-4f92-b5fa-2b2b065714b9/get_operation_detail
- Interface artifact
- sha256:4ea7f2240e517c1fc22cf1178c4e7b5d430c2affa4bf6ffc487b735806f4d7d4
- Manifest digest
- sha256:b75c7df20b30cf82b511e09cc141ac3cb82520afd2053d8c8c688dbed245fea2
Request fields
- operation_id (string, required): The operationId of the API operation to retrieve (e.g. createIntegration, listThreadMessages, addThreadUsers). Available operation IDs can be discovered via get_api_overview.
Example queries
- {"operation_id":"addThreadUsers"}