phones
Get one file delivery
Returns a single delivery by id and its current status. Poll this to wait on a specific push: the list endpoint pages the newest records and can drop a delivery that ages past the page on a busy phone.
get/phones/{phone_id}/deliveries/{delivery_id}
Path parameters
phone_idstring required
phone the delivery belongs to
phone the delivery belongs to
delivery_idstring uuid required
delivery to fetch
delivery to fetch
Response
OK
Example response
{
"$schema": "/api/v1/FileDeliverySummary.json"
}