Execute an API endpoint (GET)
Execute
Execute an API endpoint (GET)
Call a generated API endpoint using query parameters. Use GET when the endpoint spec defines GET as the method. Parameters are passed as query strings and auto-coerced to the correct types.
GET
Execute an API endpoint (GET)
Documentation Index
Fetch the complete documentation index at: https://docs.parse.bot/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
Response
200 - application/json
Endpoint execution result
Execution result status
Available options:
success, error, timeout The structured data returned by the endpoint
Raw script output (present on error or when data parsing fails)
Execution time in seconds