Skip to main content
GET
/
api
/
v1
/
tasks
/
{id}
/
share
Get shared task (unauthenticated)
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/tasks/{id}/share
{
  "is_shared": true,
  "messages": [
    {}
  ],
  "read_only": true,
  "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"
  }
}

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.

Path Parameters

id
string<uuid>
required

Task ID

Response

Shared task retrieved successfully

is_shared
boolean
required
messages
object[]
required
read_only
boolean
required
task
object
required