http_get
Send HTTP GET requests to retrieve data from external APIs. Use JWT tokens for authentication or rely on configured bearer tokens.
Instructions
Send an HTTP GET request.
Use for read-only resource retrieval. Provide a full URL.
Pass jwt_token to forward the caller's JWT for this request only.
If jwt_token is omitted, API_BEARER_TOKEN is used when configured.
headers.Authorization is ignored; use jwt_token instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| headers | No | ||
| jwt_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||