Skip to main content
GET
Get a single project's full detail

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The project's UUID.

Response

Project detail

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
documents
object[]
businessAnalysis
object[]

Inline business analysis records, if present. Empty array when none.