Get Project Config
GET/external/v1/projects/:projectId/config
Returns the upload/anonymization configuration for the given project.
This config is used by POST /external/v1/projects/{projectId}/documents (multipart upload) and reflects the project's stored settings.
Request
Responses
- 200
- 401
- 403
- 404
Project upload configuration
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).
Project not accessible
Project not found