ProjectListResponse

  • page
    Type: object · Page
    required

    Pagination metadata for every /v1 list envelope.

    number is the 1-based current page — pass it back as ?page= to walk paginated lists. There is no total count. has_more is true when another page exists. Full-list endpoints (languages, deliverables) emit number=1, has_more=false.

    • has_more
      Type: boolean · Has More
      required
    • limit
      Type: integer · Limit
      required

      Integer numbers.

    • number
      Type: integer · Number

      Integer numbers.

  • projects
    Type: array object[] · Projects
    required

    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.

    • 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.

    • 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.