Consolidated handoff audit feed
const url = 'https://example.com/api/tickets/audit?ticketLimit=200&scanLimit=30&includeGithub=true&includeScans=true';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://example.com/api/tickets/audit?ticketLimit=200&scanLimit=30&includeGithub=true&includeScans=true' \ --header 'Authorization: Bearer <token>'Returns handoff tickets, optional GitHub issue status/details, and optional scan events in a single response.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Consolidated audit payload
object
object
object
Full ticket body; omitted from list rows when slim=1
Requester-provided implementation guidance for the assignee
Alias of request_type
Alias of priority
Alias of suggested_resolution
Assigned ticket roles
Row from handoff_request_roles embedded on ticket list/detail responses.
object
Present on list responses
Present on list responses (HO-{number}-{project-slug})
object
object
object
object
Invalid request
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
Not authenticated
object
Human-readable error message
Stable machine-readable error code for client branching
First validation message per field path
object
Structured validation issues (Zod)
object
Seconds until rate limit resets (429 responses)
True if re-linking GitHub may fix the issue