Skip to content

List attachments for a decision

GET
/api/v1/decisions/{decision_id}/attachments

Return the image/PDF attachments that participated in the given decision. Tenant-isolated: only attachments belonging to the authenticated user’s tenant are returned. Returns 404 when the decision has no attachments, 403 when another tenant’s decision is referenced.

Authorizations

Parameters

Path Parameters

decision_id
required
string format: uuid

Responses

200

Successful Response

Array<object>
object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string