Referencia de APIArtifacts
Create artifact upload URL
Creates a short-lived Convex storage upload URL for a mobile build artifact. Requires the autonomy:runs:write API key scope.
Creates a short-lived Convex storage upload URL for a mobile build artifact. Requires the autonomy:runs:write API key scope.
Authorization
bearerAuth AuthorizationBearer <token>
Send Authorization: Bearer . The token can be an Autonomy organization API key (aut_xxx) or an OAuth access token.
In: header
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/artifacts/upload-url"{
"uploadUrl": "http://example.com"
}{
"error": "string"
}{
"error": "string"
}Get run traces GET
Returns structured execution traces for a run in the authenticated team.
Scan uploaded artifact POST
Scans an uploaded mobile artifact and records the result. A run cannot use an upload-backed mobile target until the scan result is clean. Requires the autonomy:runs:write API key scope.