Get all project's HITLs
Get all project's HITLs
Path Parameters
- project_id integer required
ID of the project
Responses
- 200
- 401
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id integer
- name string
Possible values:
<= 120 characters
- description string
Possible values:
<= 255 characters
- project_id integer
- created_at date-time
- updated_at date-time
- assigned_user_id integer
- model_id integer
- is_live boolean
- webhook_url string
Possible values:
<= 255 characters
- labels object
[
{
"id": 0,
"name": "string",
"description": "string",
"project_id": 0,
"created_at": "2023-11-02",
"updated_at": "2023-11-02",
"assigned_user_id": 0,
"model_id": 0,
"is_live": true,
"webhook_url": "string",
"labels": {}
}
]
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "VIEWER"
The project was not found
Something is wrong with the API.
Loading...