Queues a single run for ingestion.
func (
r *RunService) New(ctx context.Context,
body RunNewParams,
opts ...option.RequestOption) (res *RunNewResponse,
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
body* | RunNewParams | |
opts* | ...option.RequestOption |
Queues a single run for ingestion. The request body must be a JSON-encoded run object that follows the Run schema.