Skip to main content
GET
/
artifacts
List artifacts
curl --request GET \
  --url https://worker.anon.com/api/v2/artifacts
{
  "artifacts": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "workflowRunId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "type": "<string>",
      "displayName": "<string>",
      "mimeType": "<string>",
      "fileSize": 123,
      "fileHash": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "url": "<string>"
    }
  ],
  "pageSize": 123,
  "count": 123
}

Query Parameters

page
integer
default:1
Required range: x <= 9007199254740991

Response

Successfully retrieved artifacts

artifacts
object[]
required
pageSize
number
required
count
number
required