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": "2025-02-03T12:06:23.864Z",
"completed": "2025-02-03T12:06:23.864Z",
"delivered": "2025-02-03T12:06:23.864Z",
"method": "string",
"url": "string",
"callback": "string",
"remoteAddress": "string"
}
Authentication Failure
Not Found
Loading...