Types
RunAttachment
Represents a run attachment in the GraphQL API.
object
RunAttachmentFields
id
ID!
Stable identifier for this run attachment.
filename
String!
The filename associated with this run attachment.
contentType
String!
The content type associated with this run attachment.
size
Int!
The size associated with this run attachment.
sha256
String!
The sha256 associated with this run attachment.
downloadPath
String!
Filesystem path associated with this run attachment.
createdAt
String!
ISO 8601 timestamp when this run attachment was created.