Skip to main content
GET
Public List Analyses
Lists the organization’s analyses, with cursor pagination. See the concept in PCD analysis.

Overview

  • Method: GET
  • Path: /v0/analysis/
  • OperationId: public_list_analyses_v0_analysis__get
  • Authentication: x-api-key header

Filters and pagination

Supports the standard pagination/ordering parameters (page, limit, order_by, order_dir) and the following filters: The response includes the cursor block — see How to use.
There is no completion webhook — tracking is done by polling this endpoint. Combine status with request_date_start/request_date_end to fetch only the pending analyses for a period in a single batch call, instead of one GET /v0/analysis/{analysis_id} per analysis.

Request example

Authorizations

x-api-key
string
header
required

Query Parameters

is_active
default:true
order_by
string
default:name,request_date,status
order_dir
string
default:desc,desc,desc
page
integer
default:0
Required range: x >= 0
limit
integer
default:20
Required range: x >= 1
status
enum<string> | null
Available options:
IN_ANALYSIS,
INCOMPLETE,
APPROVED,
REPROVED,
EXPIRED
organization_id
string<uuid>[] | null
employee_id
string<uuid> | null
request_date_start
string<date-time> | null
request_date_end
string<date-time> | null
gov_id
string | null

Response

Successful Response

data
PublicApiAnalysisBaseResponse · object[]
required
cursor
PaginateCursor · object | null
required