Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Project not found GET /api/v2/projects/:project_id/attachments 404 { "error": "project not found" }
// Successful request GET /api/v2/projects/MKEejlgPARb7pJp8JrD4/attachments 200 { "attachments": [] }
// Successful request GET /api/v2/projects/If8_aXgtMF4ggxOPqvKM/attachments 200 { "attachments": [ { "id": "Z4xvirg6hr4hi9C7tiby", "external_id": null, "parent_id": "If8_aXgtMF4ggxOPqvKM", "project_id": null, "owner": "admin-user-72@example.com", "title": "sample attachment", "description": null, "category": null, "tags": [], "ai_tags": [], "status": "open", "media_type": "placeholder", "original_filename": null, "drop_folder_id": null, "md5_sum": null, "created_date": "2023-11-27T09:42:53.904Z", "modification_date": "2023-11-27T09:42:53.904Z", "deleted": null } ] }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |