JavaScript
Tools
Retrieve tool source
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Minimum string length:
1Example:
"fleet_abc123"
Minimum string length:
1Example:
"toolsrc_abc123"
Response
Tool source details.
- Option 1
- Option 2
Tool source authentication configuration. The kind field selects one of none, api_key, oauth_exchange, or oauth_connection.
- NoToolSourceAuth
- ApiKeyToolSourceAuth
- OAuthExchangeToolSourceAuth
- OAuthConnectionToolSourceAuth
Example:
{ "kind": "none" }Available options:
http Available options:
always, never HTTP tool execution retry and timeout policy.
Example:
{
"timeoutMs": 10000,
"maxAttempts": 3,
"retryMode": "safe_only"
}