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 organization_id and the standard pagination/ordering parameters (page, limit, order_by, order_dir). The response includes the cursor block — see How to use.

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
limit
integer
default:20
status
enum<string> | null
Available options:
IN_ANALYSIS,
INCOMPLETE,
APPROVED,
REPROVED,
EXPIRED
organization_id
string<uuid>[] | null
employee_id
string<uuid> | null
gov_id
string | null

Response

Successful Response

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