Tasuku
ReferenceAPI referenceConnected apps

List apps available in the configured Composio project

GET/organizations/{organization_id}/composio/toolkits

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128

Query Parameters

search?string
cursor?string
limit?integer
Range1 <= value <= 100
Default25

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/composio/toolkits"
{  "data": {    "items": [      {        "name": "string",        "slug": "string",        "description": "string",        "no_auth": true,        "logo_url": "http://example.com"      }    ],    "next_cursor": "string"  }}