Not Found 404

NOT_FOUND

Common causes

Resolution

Verify the resource ID is correct and that the resource has not been removed.

Endpoints that return this error

MethodPathSummary
PUT /v2/analyses/{analysis_id}/functions/{function_id}/data_types Update function data types
GET /v2/iam/me Get current user
GET /v3/analyses/{analysis_id}/auto-unstrip/status Get the auto-unstrip status for an analysis.
GET /v3/analyses/{analysis_id}/basic Get basic analysis information
GET /v3/analyses/{analysis_id}/bytes Get the bytes of a binary
GET /v3/analyses/{analysis_id}/functions List functions in an analysis
GET /v3/analyses/{analysis_id}/functions/data-types List data types for all functions in an analysis
PUT /v3/analyses/{analysis_id}/functions/data-types Batch update function data types
GET /v3/analyses/{analysis_id}/functions/matches Get function-matching results for an analysis
POST /v3/analyses/{analysis_id}/functions/matches Start function matching for an analysis
GET /v3/analyses/{analysis_id}/functions/matches/status Get function-matching status for an analysis
GET /v3/analyses/{analysis_id}/functions/strings List strings for an analysis.
GET /v3/analyses/{analysis_id}/functions/strings/status Get the string-extraction status for an analysis.
GET /v3/analyses/{analysis_id}/functions/{function_id}/data-types Get data types for a single function
GET /v3/analyses/{analysis_id}/imported-functions List imported functions in an analysis
GET /v3/analyses/{analysis_id}/imported-functions/{imported_function_id} Get an imported function with its callers
GET /v3/analyses/{analysis_id}/pdf Download generated PDF report
POST /v3/analyses/{analysis_id}/pdf Start PDF report generation
GET /v3/analyses/{analysis_id}/pdf/status Get PDF report workflow status
POST /v3/analyses/{analysis_id}/user-provided-strings Add a user-provided string to an analysis.
GET /v3/binaries/{binary_id}/additional-details Get additional details for a binary.
GET /v3/binaries/{binary_id}/additional-details/status Get the additional-details extraction status for a binary.
POST /v3/collections Create a collection.
DELETE /v3/collections/{collection_id} Delete a collection.
GET /v3/collections/{collection_id} Get a collection.
PATCH /v3/collections/{collection_id} Update a collection.
PATCH /v3/collections/{collection_id}/binaries Replace the binaries in a collection.
PATCH /v3/collections/{collection_id}/tags Replace the tags on a collection.
GET /v3/functions/callees-callers Get callees and callers for many functions
GET /v3/functions/data-types Get data types for many functions
GET /v3/functions/matches Get function-matching results for an explicit set of functions
POST /v3/functions/matches Start function matching for an explicit set of functions
GET /v3/functions/matches/status Get function-matching status for an explicit set of functions
GET /v3/functions/{function_id} Get function details
GET /v3/functions/{function_id}/ai-decompilation Get AI decompilation result
GET /v3/functions/{function_id}/ai-decompilation/inline-comments Get AI decompilation inline comments
PATCH /v3/functions/{function_id}/ai-decompilation/inline-comments Update a single inline comment
POST /v3/functions/{function_id}/ai-decompilation/inline-comments Regenerate AI decompilation inline comments
GET /v3/functions/{function_id}/ai-decompilation/inline-comments/status Get inline comments generation workflow status
DELETE /v3/functions/{function_id}/ai-decompilation/inline-comments/{line} Delete a single inline comment
PATCH /v3/functions/{function_id}/ai-decompilation/overrides Upsert variable/function name overrides
GET /v3/functions/{function_id}/ai-decompilation/status Get AI decompilation workflow status
GET /v3/functions/{function_id}/ai-decompilation/summary Get AI decompilation summary
POST /v3/functions/{function_id}/ai-decompilation/summary Regenerate AI decompilation summary
GET /v3/functions/{function_id}/ai-decompilation/summary/status Get summary generation workflow status
GET /v3/functions/{function_id}/ai-decompilation/tokenised Get tokenised AI decompilation with function mapping
GET /v3/functions/{function_id}/blocks Get function disassembly
POST /v3/functions/{function_id}/callees Add a callee to a function
GET /v3/functions/{function_id}/callees-callers Get callees and callers for a function
GET /v3/functions/{function_id}/capabilities Get capabilities for a function
GET /v3/functions/{function_id}/history Get function name history
POST /v3/functions/{function_id}/history/{history_id}/revert Revert function name
GET /v3/functions/{function_id}/indirect-call-sites Get indirect call sites for a function
POST /v3/functions/{function_id}/rename Rename a function
GET /v3/functions/{function_id}/strings List strings for a function.
POST /v3/functions/{function_id}/user-provided-strings Add a user-provided string to a function.
← All error codes