Skip to main content
GET
/
api
/
v1
/
codemaps
/
{indexName}
/
status
Get generation status
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/codemaps/{indexName}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "pending",
  "success": true,
  "branch": "<string>",
  "commit_sha": "<string>",
  "completed_at": "2023-11-07T05:31:56Z",
  "error_message": "<string>",
  "generation_id": "<string>",
  "git_url": "<string>",
  "index_name": "<string>",
  "skipped_codewiki": true,
  "started_at": "2023-11-07T05:31:56Z",
  "stats": {},
  "wiki_stats": {}
}

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

indexName
string
required

Response

Status response

status
enum<string>
required
Available options:
pending,
running,
ready,
failed
success
boolean
required
branch
string
commit_sha
string
completed_at
string<date-time>
error_message
string
generation_id
string
git_url
string
index_name
string
skipped_codewiki
boolean
started_at
string<date-time>
stats
object
wiki_stats
object