POST
/
v2
/
projects
/
{project_id}
/
log_streams
curl --request POST \
  --url https://api.acme.rungalileo.io/v2/projects/{project_id}/log_streams \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "name": "my_first_log_stream"
}'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "project_id": "<string>",
  "created_by": "<string>"
}

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string
required

Body

application/json
name
string
required
Minimum length: 1

Response

200
application/json
Successful Response
id
string
required
created_at
string
required
updated_at
string
required
name
string
required
project_id
string
required
created_by
string | null