cURL
curl --request GET \ --url https://api.conduit.ai/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "j57demo8f8x7c9v0n2q4r6t8y1u3i5o", "name": "Your Workspace", "slug": "your-workspace" } ] }
Retrieve a list of all workspaces accessible with your API token.
Documentation IndexFetch the complete documentation index at: https://docs.conduit.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.conduit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.
Authorization: Bearer <token>
Accessible workspaces
List of workspaces that the current API token is authorized to access.
Show child attributes
Was this page helpful?
Contact support