uid is used for all the endpoints and Run manipulation.The id is an internal identifier returned to smooth and improve speed and accuracy if you have questions about your runs you will want
to submit to the team.GET /runs/{run_uid}/inputs endpoint returns the complete list of inputs associated with a run, including their execution status and any associated errors. This endpoint is essential for recovering detailed input-level results and errors, especially when webhook callbacks are missed or need to be verified.Run UUID
1 <= x <= 100x >= 0Returns the run inputs
Unique identifier for the input.
Current status of the input.
CREATED, QUEUED, SCHEDULED, RUNNING, BLOCKED, FAILED, SUCCEEDED, STOPPED Input payload.
Custom metadata or additional information.
Information about the last execution attempt.
Number of outputs generated by the input.
Number of retry attempts for the input.
Timestamp when the input started.
Timestamp when the input finished.
Timestamp when the input was created.
Timestamp when the input was last updated.