Skip to main content
GET
/
api
/
v1
/
tasks
/
{id}
Get task details
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "messages": [
    {}
  ],
  "task": {
    "created_at": "2023-11-07T05:31:56Z",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "title": "<string>",
    "visibility": "public",
    "created_by": "jsmith@example.com",
    "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z"
  },
  "read_only": true,
  "stream": {
    "hasStream": true,
    "streamId": "<string>",
    "streamStatus": "<string>"
  },
  "streamUrls": [
    {
      "streamId": "<string>",
      "url": "<string>",
      "status": "<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

Response

Task details with messages

messages
object[]
required

Array of task messages

task
object
required
read_only
boolean

True when viewer has read-only access (e.g. team member viewing a team task)

stream
object
streamUrls
object[]

Presigned URLs for stream content