Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/api/search-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,11 @@ https://api.sumologic.com/api/v1/search/jobs/37589506F194FC80

## Bash this Search Job

You can use the following script to exercise the API.
You can use the following script to exercise the API.

:::note
Ensure that you send ACCESSID/ACCESSKEY pair even if cookies are sent for the Search Job APIs.
:::

```bash
#!/bin/bash
Expand Down