Skip to main content
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 the values object for POST /jobs/v2.

Path parameters

string
required
Project UUID returned by GET /api/provider/projects/active.

Example request

Response

string
required
Returns Success when the project exists and is accessible.
string
required
Project UUID.
string
required
Human-readable project name.
string
required
Project workflow type.
object
required
Map keyed by field identifier. Each field contains a label and an optional instructionType.
string
required
ISO timestamp showing when the field map was generated.
Example response:

Status codes

  • 200 OK when the project is found
  • 401 Unauthorized when the key is missing or invalid
  • 404 Not Found when the project does not belong to the authenticated account or no longer exists