Index Fleet Task Instant History
List of fleet task instant history
Path Parameters
id string required
Fleet Task Instant UUID
Query Parameters
type string
Responses
- 200
- 400
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
- Array [
- ]
data object[]
created_on string
description string
properties object[]
key string
value string
title string
errors object
formatted object
issues object[]
code string
expected
message string
path string[]
received
{
"data": [
{
"created_on": "string",
"description": "string",
"properties": [
{
"key": "string",
"value": "string"
}
],
"title": "string"
}
],
"errors": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Forbidden
Not Found
Loading...