cURL
curl --request GET \ --url https://api.valiqor.com/api/v1/scans/{scan_id}/prompts \ --header 'Authorization: Bearer <token>'
{ "scan_id": "<string>", "prompts": [ { "hash": "<string>", "name": "<string>", "file_path": "<string>", "line_number": 123, "function_name": "<string>", "is_fstring": true, "text_preview": "<string>" } ], "count": 123 }
Get all extracted prompts for a scan
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Response for list of prompts
Show child attributes