{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_id": "<string>", "parent_run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "runnable_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "telemetry_span_id": "<string>", "experiment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "experiment_candidate_id": "<string>", "status": "running", "state": {}, "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "total_input_tokens": 123, "total_cached_tokens": 123, "total_output_tokens": 123, "total_token_cost_usd": 123, "failed_at": "2023-11-07T05:31:56Z", "result": { "id": "<string>", "outputs": {}, "metadata": {}, "usage": [ { "provider": "<string>", "model": "<string>", "cached_tokens": 123, "prompt_tokens": 123, "completion_tokens": 123 } ], "error": { "message": "<string>", "code": "<string>" } }, "metadata": {} }
Run a runnable synchronously
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Synchronous invocation result
The response is of type object.
object