Skip to main content

List Evidence for a Ticket

curl http://localhost:8000/tickets/{id}/evidence
Returns all evidence records linked to the ticket’s jobs.

Get Evidence stdout

curl http://localhost:8000/evidence/{id}/stdout
Returns plain text stdout content from the verification command.

Get Evidence stderr

curl http://localhost:8000/evidence/{id}/stderr
Returns plain text stderr content from the verification command.

Evidence Structure

Each evidence record contains:
FieldDescription
idUnique identifier
job_idThe job that produced this evidence
ticket_idThe associated ticket
commandThe verification command that was run
exit_codeCommand return code (0 = success)
created_atWhen the evidence was captured