Skip to main content
GET
List the user's audit projects

Authorizations

Authorization
string
header
required

A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.

Response

Array of project summaries

id
string<uuid>
required
clientName
string
required
industry
string
required
companySize
string
required
status
enum<string>
required

Lifecycle state of an audit project.

Available options:
setup,
analysis,
interviews,
complete,
archived
createdAt
string<date-time>
required
description
string | null
currency
string
updatedAt
string<date-time>
documentsCount
integer
analysisProgress
integer

Percentage 0-100 representing how far through the audit lifecycle this project is.

Required range: 0 <= x <= 100
stakeholdersCount
integer
hasAnalysis
boolean
hasInterviewAnalysis
boolean
hasAuditAnalysis
boolean
hasQuestionnaires
boolean
hasDeliverables
boolean
statusLabel
string
statusDescription
string
lastActivity
object | null