get_all_purges
GET/api/v1/purges/:service_id
get_all_purges
Request
Path Parameters
service_id uuidrequired
IORiver service ID
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
paths string
Comma separated paths in specific purge request
serviceId uuid
IORiver service ID
status string
timestamp integer
UTC milliseconds from epoch
[
{
"paths": "string",
"serviceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "string",
"timestamp": 0
}
]
Loading...