Skip to main content
GET
/
v1
/
dispatch
cURL
curl --request GET \
  --url http://localhost:3000/v1/dispatch
"<unknown>"

Query Parameters

status
enum<string>
default:all

Filter by dispatch action status

Available options:
pending,
in_progress,
all
Example:

"all"

Response

200 - application/json

List of dispatch actions

The response is of type unknown.