ProjectResponse

Single project, as returned by create / get / list entries.

id is the project's UUID, never a numeric primary key.

  • created_by
    Type: string · Created By
    required
  • id
    Type: string · Id
    required
  • name
    Type: string · Name
    required
  • org_id
    Type: string · Org Id
    required
  • source_language_code
    Type: string · Source Language Code
    required
  • status
    Type: string · Status
    required
  • assessment
    Type: object · Assessmentnullable

    Word-count, credit-sufficiency, and due-date-feasibility preview on the project-detail endpoint.

    Reports only whether the caller-supplied due_date is feasible (due_date_feasible); it never surfaces a system-computed completion date or turnaround, and never overwrites the caller's due_date.

    • credits
      Type: object · AssessmentCredits
      required

      Intelligence and (when a human stage is in the workflow) trust credit wallets.

    • billable_character_count
      Type: integer · Billable Character Countnullable

      Integer numbers.

    • due_date
      Type: string · Due DateFormat: datenullable

      full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

    • due_date_feasible
      Type: boolean · Due Date Feasiblenullable
  • avg_quality_score
    Type: number · Avg Quality Scorenullable
  • batch_id
    Type: string · Batch Idnullable
  • character_count
    Type: integer · Character Countnullable

    Integer numbers.

  • completed_at
    Type: string · Completed AtFormat: date-timenullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • created_at
    Type: string · Created AtFormat: date-timenullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • created_by_api_key_id
    Type: string · Created By Api Key Idnullable
  • page_count
    Type: integer · Page Countnullable

    Integer numbers.

  • review
    Type: object · Reviewnullable

    Project-level human-review lifecycle.

    • completed_at
      Type: string · Completed AtFormat: date-timenullable

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • requested_at
      Type: string · Requested AtFormat: date-timenullable

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • service_plan
      Type: array string[] · Service Plan
    • status
      Type: string · Statusnullable
  • source_file_id
    Type: string · Source File Id
  • started_at
    Type: string · Started AtFormat: date-timenullable

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • target_language_codes
    Type: array string[] · Target Language Codes
  • word_count
    Type: integer · Word Count

    Integer numbers.