Get Project Mapping Fields
API Reference
Get Project Mapping Fields
Return the input fields a project expects so you can build brand-safe payloads dynamically.
GET
Get Project Mapping Fields
Get Project Mapping Fields
Returns the field map extracted from a project’s stored instructions. This is the endpoint to call before building thevalues object for POST /jobs/v2.
Path parameters
Project UUID returned by
GET /api/provider/projects/active.Example request
Response
Returns
Success when the project exists and is accessible.Project UUID.
Human-readable project name.
Project workflow type.
Map keyed by field identifier. Each field contains a label and an optional
instructionType.ISO timestamp showing when the field map was generated.
Status codes
200 OKwhen the project is found401 Unauthorizedwhen the key is missing or invalid404 Not Foundwhen the project does not belong to the authenticated account or no longer exists