runtime_mutations
ckg

Get Claim Endpoint

Get a single claim with its sources.

workspace_id is optional when the caller only has claim_id (for example writeup previews); the store resolves by claim id alone.

get/api/claims/{claim_id}

Path parameters

claim_idstring required

Query parameters

workspace_idstring nullable

Response

Successful Response

claim_idstring required
workspace_idstring required
claim_typestring required
titlestring nullable
contentstring required
statusstring required
review_statusstring
recall_prioritystring
created_by_session_idstring nullable
created_by_task_idstring nullable
updated_by_session_idstring nullable
linked_variableobject nullable
tabular_dataobject nullable
figure_metadataobject nullable
created_atstring required
updated_atstring required
related_claim_idsstring[]

Changes

Changed in 6 of the 16 revisions of this API.1111

    • added the optional property sources/items/source_page to the response with the 200 status

      response-optional-property-added

  • bc8a81bf3914112See the full diff
    • removed the required property project_id from the response with the 200 status

      response-required-property-removed

    • deleted the query request parameter project_id

      request-parameter-removed

    • added the new optional query request parameter workspace_id

      new-optional-request-parameter

    • added the required property workspace_id to the response with the 200 status

      response-required-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property sources/items/captured_by to the response with the 200 status

      response-optional-property-added

    • added the optional property related_claim_ids to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_cell_part to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_output_index to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_line_end to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_line_start to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_status to the response with the 200 status

      response-optional-property-added

    • added the optional property sources/items/source_text to the response with the 200 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog