AuralisDocs
OperationsTicket sidebar

List a ticket's time logs

Every time entry on the ticket, newest first, with the total.

/v1/tickets/{ticket_id}/time-logsViewer
Operation id
list_time_logs
Access
Any workspace role can call this.
GET/v1/tickets/{ticket_id}/time-logs

Every time entry on the ticket, newest first, with the total.

total_minutes here and time_total_minutes on the ticket detail payload are the same number computed from the same rows.

Tenancy: the request is scoped to one workspace, and the credential presented is what selects it. A caller with no membership in that workspace is refused with 404, which is indistinguishable from a workspace that does not exist.

Authorisation: any workspace role, including viewer. Reads are open to every member.

Access: Authorization: Bearer carrying either a realm access token or an API key. A key must hold the ticket-rail:read scope, and the workspace role of the person who owns it must meet the floor above.

Authorization

AuthorizationBearer <token>

A realm-issued access token, presented as Authorization: Bearer <token>. It acts as the person who signed in, and every operation resolves their workspace role live from the membership record.

In: header

Path Parameters

ticket_id*Ticket Id
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/tickets/497f6eca-6276-4993-bfeb-53cbbbba6f08/time-logs"
{}