Skip to main content
GET
Get all files for agent run

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Path Parameters

agentId
integer<int32>
required

The ID of the agent/config

runId
integer<int64>
required

The ID of the run

Response

OK

id
integer<int64>
regionId
integer<int32> | null
fileType
enum<integer>

1 = DeliveredFile; 2 = ExtractedFiles; 3 = InternalExportFiles; 4 = InternalRuntimeFiles; 5 = InternalTrackingDb; 6 = LogText; 7 = LogHtml

Available options:
1,
2,
3,
4,
5,
6,
7
name
string | null
fileSize
integer<int64>
created
string<date-time>