3. Get Run
GET {{sandbox_base_url}}/v1/guests/sandbox/run/:run_id
https://developer.uber.com/docs/guest-rides/references/api/v1/guest-sandbox-run_id-get
This end point is used to fetch the details of the RUN created.
Invalid run ID :
Usually happens if you wait less than a minute after calling /v1/guests/sandbox/run, or if there was an error when creating the run.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"run_id":"058370d8-695c-4c99-93f0-5d53abb50a7d","driver_ids":["actor-driver0"]}