Skip to content

Per-ticket activity timeline

GET
/projects/{id}/tickets/{ticketId}/audit
curl --request GET \
--url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/tickets/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/audit \
--header 'Authorization: Bearer <token>'

Returns a chronological timeline of events for a single ticket — creation, role status changes, merge/deploy events, GitHub issue links, and matching activity_events.

id
required
string format: uuid

Project UUID

ticketId
required
string format: uuid

Ticket UUID

Ticket audit timeline

Media type application/json
object
timeline
required
Array<object>
object
timestamp
required
string format: date-time
type
required
string
Allowed values: created role_started role_completed stage_change merged deployed deploy_failed github activity
summary
required
string
detail
string
actor
string
ticket_number
required
integer
ticket_title
required
string

Not authenticated

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number
reconnect

True if re-linking GitHub may fix the issue

boolean

Forbidden

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number

Not found

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number