Skip to main content
GET
/
api
/
v1
/
tasks
/
{id}
/
artifacts
Get task completion artifact
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/tasks/{id}/artifacts \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "artifact": {}
}

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Task ID

Query Parameters

refresh
boolean
default:false

When true, rebuild the artifact from the current task issues.

Response

Task completion artifact

task_id
string<uuid>
required
artifact
object

Completion artifact payload with summary and issues.

completion_delivery
enum<string>

Present when the task was created with an explicit completion_delivery value.

Available options:
webhook,
artifact