Get by id
Get a Web Async operation by its id.
Path Parameters
id uuid required
The Web Async id
Responses
- 200
- 401
- 404
Found.
*/*
Schema
Example (from schema)
Schema
id uuid
created date-time
completed date-time
delivered date-time
method string
url string
callback string
remoteAddress string
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created": "2024-12-19T10:40:17.886Z",
"completed": "2024-12-19T10:40:17.886Z",
"delivered": "2024-12-19T10:40:17.886Z",
"method": "string",
"url": "string",
"callback": "string",
"remoteAddress": "string"
}
Authentication Failure
Not Found
Loading...