Skip to main content
GET
/
api
/
v1
/
tasks
/
{id}
/
stream
Resume task stream
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/tasks/{id}/stream \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Task ID

Query Parameters

from_seq
integer

Resume from this sequence number

Required range: x >= 0

Response

Streaming SSE response

The response is of type string.