Jump to Content
Threatray
HomeGuidesAPI Reference
Threatray
API Reference
HomeGuidesAPI Reference
All
Pages
Start typing to search…

Getting started

  • Overview
  • Authentication
  • Core Entities

Threatray API

  • Analysis Report
    • /analyses/{analysis_id}delete
    • /analyses/{analysis_id}get
    • /analyses/endpoint-scansget
    • /files/{hash}/dataget
    • /files/{hash}/metadataget
    • /osint/{analysis_id}get
    • /samples/{hash}delete
    • /samples/{hash}get
    • /samples/{hash}/analyses/{analysis_id}delete
    • /samples/{hash}/analyses/{analysis_id}get
    • /functions/{file_hash}get
    • /functions/code-detectionsget
  • File Insights
    • Get the latest CAPA analysis for a fileget
    • Submit a file for CAPA analysispost
    • Get the status of a CAPA analysis jobget
  • Submission
    • /samples/{hash}/analyzepost
    • /submissionsget
    • /submissions/endpoint-scanget
    • /submissions/endpoint-scan-archivepost
    • /submissions/mans-filepost
    • /submissions/minidumppost
    • /submissions/samplespost
    • /submissions/urlspost
    • /tasksget
    • /tasks/by-analysis/{analysis_id}get
    • /tasks/{task_id}get
  • Search
    • /searchget
  • YARA
    • Fetch a list of Yara rulesets.get
    • Create a new Yara ruleset.post
    • Fetch a specific Yara ruleset.get
    • Update a Yara ruleset.put
    • Delete a Yara ruleset.delete
    • Update the rules within a Yara ruleset.put
Powered by 

/tasks/{task_id}

get https://YOUR-ENVIRONMENT.analysis.threatray.com/v1/tasks/

Get a task by its ID.

Language